home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00504_Script_Eagler Payoff
< prev
next >
Wrap
Text File
|
1995-05-21
|
733b
|
27 lines
on exitFrame
global length, DeadOrNot, snap1, snap2, theMovieName, gtheDay
if the movieTime of sprite 48 > length then
put the movietime of sprite 48 into DeadOrNot
puppetsprite 48, false
repeat with d = 7 to 10
puppetsprite d, false
end repeat
puppetsprite 48, false
set the movietime of sprite 48 to 0
--set the DirectToStage of cast theMovieName to 0
set the sound of cast theMovieName to 0
updatestage
if DeadOrNot >= 2750 then
go frame "YouDied"
exit
end if
if snap1 = 0 and snap2 = 0 then
go frame gtheDay & "NoShots"
else
go frame "Darkroom"
end if
end if
puppetsound 0
updatestage
go to the frame
end